object FormWarning: TFormWarning Left = 269 Top = 259 BorderIcons = [] BorderStyle = bsDialog Caption = 'Warning' ClientHeight = 197 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 168 Width = 300 Height = 29 Align = alBottom AutoSize = True BevelOuter = bvNone BorderWidth = 2 TabOrder = 0 object Label2: TLabel Left = 8 Top = 6 Width = 69 Height = 13 Caption = 'Time remaine: ' end object Button1: TButton Left = 222 Top = 2 Width = 75 Height = 25 Anchors = [akRight] Caption = 'Hide' Default = True TabOrder = 0 OnClick = Button1Click end end object Panel2: TPanel Left = 0 Top = 0 Width = 300 Height = 168 Align = alClient BevelOuter = bvNone BorderWidth = 2 TabOrder = 1 object ProgressBar1: TProgressBar Left = 2 Top = 154 Width = 296 Height = 12 Align = alBottom Min = 0 Max = 150 Position = 140 TabOrder = 0 end object Panel3: TPanel Left = 2 Top = 2 Width = 296 Height = 152 Align = alClient BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 0 Top = 0 Width = 296 Height = 32 Align = alTop Caption = 'Close the following application to save your data. Otherwise the' + 'y will be closed automatically' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object ListBox1: TListBox Left = 0 Top = 32 Width = 296 Height = 120 Align = alClient ItemHeight = 13 TabOrder = 0 end end end object Timer1: TTimer OnTimer = Timer1Timer Left = 130 Top = 98 end end